From: Chong Yidong Date: Tue, 17 Mar 2009 04:37:41 +0000 (+0000) Subject: (Vminibuffer_completion_confirm): Doc fix. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~421^2~1203 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=d825ba2cc5368b04f525224654424a2f3ca33668;p=emacs.git (Vminibuffer_completion_confirm): Doc fix. --- diff --git a/src/minibuf.c b/src/minibuf.c index 9daffac2525..138581fb835 100644 --- a/src/minibuf.c +++ b/src/minibuf.c @@ -2202,8 +2202,8 @@ If the value is `confirm', the user may exit with an input that is not a valid completion alternative, but Emacs asks for confirmation. If the value is `confirm-after-completion', the user may exit with an input that is not a valid completion alternative, but Emacs asks for - confirmation if the user submitted the input right after - `minibuffer-complete'. */); + confirmation if the user submitted the input right after any of the + completion commands listed in `minibuffer-confirm-exit-commands'. */); Vminibuffer_completion_confirm = Qnil; DEFVAR_LISP ("minibuffer-completing-file-name",